﻿@-ms-viewport {
  width: device-width;
}
html,
body {
  -ms-overflow-style: scrollbar;
}
.navbar-nav > li > a:hover {
  background: #555 !important;
  color: #fff !important;
}
.navbar-nav > li:last-of-type > a {
  border: 0;
}
/*清除浮动*/
.clearFloat:before,
.clearFloat:after {
  display: table;
  content: "";
}
.clearFloat:after {
  clear: both;
}
/********************************/
.instant {
  width: 68px;
  color: #fff;
  padding: 0;
  background-color: rgba(196, 0, 0, 0.8);
  border-radius: 6px;
  overflow: hidden;
  position: fixed;
  top: 30%;
  margin: auto;
  right: 0;
  text-align: center;
  z-index: 10;
  display: none;
}
.instant dt {
  padding: 8px  0;
  color: #f7f700;
}
.instant:hover {
  color: #fff;
  text-decoration: none;
}
.instant a {
  padding: 6px;
  height: 50px;
}
.instant .instantQQ {
  background: url(../images/qq_0003.png) no-repeat center 12px;
  background-size: 34px 34px;
  /*background-color:rgba(145, 179, 92, 0.8);*/
}
.instant .instantSQ {
  /*background: url(../images/sq.jpg) center 12px no-repeat;
    background-size:34px 34px;*/
  text-align: center;
}
.instant .instantSQ div {
  text-align: center  !important;
  position: relative;
  margin-top: 6px  !important;
  margin-left: 12px  !important;
}
.instant .instantSQ em {
  font-style: normal;
}
.instant .instantTP {
  background: url(../images/qq_00002.png) center 12px no-repeat;
}
.instant .instantEM {
  background: url(../images/email.png) center center no-repeat;
}
.instant a {
  cursor: pointer;
  width: 100%;
  height: 70px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.3s;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.instant a:hover {
  background-color: #880303;
  text-decoration: none;
  color: #FFF;
}
.instant dd a span {
  margin-top: 40px;
  display: block;
}
.instant06 {
  background: url(../images/qq_0004.png) center center no-repeat;
  background-color: #20bdff;
}
/******************************/
.phone-li {
  position: relative;
}
.phone-li p {
  opacity: 0;
  position: absolute;
  background: white;
  left: -110px;
  top: 0;
  visibility: hidden;
  padding: 8px;
  color: black;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #3070CF;
  box-shadow: 0 0 7px 1px #ccc;
}
.phone-li:hover p {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
  transform: translate3d(-10px, 0, 0);
}
.rside {
  position: fixed;
  right: 20px;
  top: 45%;
  width: 40px;
  padding-left: 0;
  list-style: none;
  text-align: center;
  z-index: 300;
}
.rside li {
  padding: 8px 0;
  margin-bottom: 10px;
  background: #fff;
  color: #3070CF;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #fff;
  box-shadow: 0 0 7px 1px #ccc;
}
.rside li i {
  color: #3070CF;
}
.rside li:hover {
  transition: all 0.3s;
  color: #fff;
  background: #3070CF;
  border: 1px solid #3070CF;
}
.rside li:hover i {
  color: #fff;
}
.footer {
  width: 100%;
  clear: both;
  margin: 0 auto;
  background-color: #333333;
  margin-top: 0px;
  color: #FFF;
  overflow: hidden;
}
.footer .con {
  width: 1200px;
  margin: 0 auto;
}
.footer .page1 {
  width: 100%;
  padding: 30px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #484e57;
}
.footer .page1 .left {
  float: left;
  width: 380px;
}
.footer .page1 .right {
  float: right;
  width: 400px;
}
.footer .page1 .title {
  width: 100%;
  clear: both;
  font-size: 14px;
  line-height: 30px;
  color: #7f8a99;
}
.footer .page1 .left .title i {
  width: 18px;
  height: 16px;
  display: block;
  background-image: url(../images/ico1.png);
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}
.footer .page1 .left .list {
  padding-left: 30px;
}
.footer .page1 .left .list ul {
  margin: 0px;
  padding: 0px;
}
.footer .page1 .left .list ul li {
  list-style: none;
  line-height: 30px;
  height: 30px;
  color: #7f8a99;
}
.footer .page1 .left .list ul li a,
.footer .page1 .left .list ul li a:link {
  color: #7f8a99;
  font-size: 12px;
}
.footer .page1 .left .list ul li span {
  float: left;
  margin-right: 30px;
  color: #7f8a99;
  font-size: 12px;
}
.footer .page1 .right .title i {
  width: 17px;
  height: 16px;
  display: block;
  background-image: url(../images/ico2.png);
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}
.footer .page1 .right .list {
  padding-left: 30px;
}
.footer .page1 .right .list ul {
  margin: 0px;
  padding: 0px;
}
.footer .page1 .right .list ul li {
  list-style: none;
  line-height: 30px;
  height: 30px;
  color: #7f8a99;
  float: left;
  margin-right: 20px;
}
.footer .page1 .right .list ul li a,
.footer .page1 .left .list ul li a:link {
  color: #7f8a99;
  font-size: 12px;
}
.footer .page1 .right .list ul li a:hover,
.footer .page1 .left .list ul li a:hover {
  color: #d0d8e2;
  font-size: 12px;
}
.footer .page2 {
  width: 100%;
  padding: 30px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #484e57;
}
.footer .page2 .left {
  float: left;
  width: 300px;
}
.footer .page2 .right {
  float: right;
  width: 760px;
}
.footer .page2 .title {
  width: 100%;
  clear: both;
  font-size: 14px;
  line-height: 30px;
  color: #7f8a99;
}
.footer .page2 .left .list {
  padding-left: 5px;
  margin-top: 20px;
}
.footer .page2 .left .list ul {
  margin: 0px;
  padding: 0px;
}
.footer .page2 .left .list ul li {
  list-style: none;
  line-height: 30px;
  height: 30px;
  color: #FFFFFF;
  font-size: 14px;
}
.footer .page2 .left .list ul li i.a01 {
  float: left;
  width: 23px;
  height: 16px;
  margin-top: 7px;
  margin-right: 5px;
  background-image: url(../images/ico3.png);
  background-repeat: no-repeat;
  display: block;
}
.footer .page2 .left .list ul li i.a02 {
  float: left;
  width: 23px;
  height: 19px;
  margin-top: 7px;
  margin-right: 5px;
  background-image: url(../images/ico4.png);
  background-repeat: no-repeat;
  display: block;
}
.footer .page2 .left .list ul li i.a03 {
  float: left;
  width: 23px;
  height: 18px;
  margin-top: 7px;
  margin-right: 5px;
  background-image: url(../images/ico5.png);
  background-repeat: no-repeat;
  display: block;
}
.footer .page2 .left .list ul li i.a04 {
  float: left;
  width: 23px;
  height: 18px;
  margin-top: 7px;
  margin-right: 5px;
  background-image: url(../images/ico6.png);
  background-repeat: no-repeat;
  display: block;
}
.footer .page2 .left .list ul li a,
.footer .page1 .left .list ul li a:link {
  color: #7f8a99;
  font-size: 12px;
}
.footer .page2 .left .list ul li a,
.footer .page1 .left .list ul li a:hover {
  color: #d0d8e2;
  font-size: 12px;
}
.footer .page2 .left .list ul li span {
  margin-right: 30px;
  color: #FFFFFF;
  font-size: 12px;
  filter: alpha(opacity=80);
  /*IE滤镜，透明度50%*/
  -moz-opacity: 0.8;
  /*Firefox私有，透明度50%*/
  opacity: 0.8;
  /*其他，透明度50%*/
}
.footer .page2 .right dl {
  float: left;
}
.footer .page2 .right dl.u1 {
  width: 40%;
}
.footer .page2 .right dl.u2 {
  width: 20%;
}
.footer .page2 .right dl dt {
  line-height: 30px;
  height: 30px;
  color: #7f8a99;
  font-size: 14px;
}
.footer .page2 .right dl dd {
  line-height: 35px;
  height: 35px;
  color: #FFFFFF;
  font-size: 12px;
}
.footer .page2 .right dl dd a,
.footer .page1 .right dl dd a {
  color: #FFFFFF;
  font-size: 12px;
  filter: alpha(opacity=80);
  /*IE滤镜，透明度50%*/
  -moz-opacity: 0.8;
  /*Firefox私有，透明度50%*/
  opacity: 0.8;
  /*其他，透明度50%*/
}
.footer .page2 .right dl dd a:hover,
.footer .page1 .right dl dd a:hover {
  color: #9da9b9;
}
.footer .page3 {
  width: 100%;
  padding: 20px 0;
}
.footer .page3 .left {
  line-height: 25px;
  font-size: 12px;
  color: #7f8a99;
  float: left;
  width: 70%;
}
.footer .page3 .right {
  line-height: 25px;
  font-size: 12px;
  color: #7f8a99;
  float: right;
  width: 30%;
  text-align: right;
}
.footer .page3 ul {
  margin: 0px;
  padding: 0px;
  clear: both;
  float: left;
  margin-top: 5px;
  margin-bottom: 0px;
}
.footer .page3 ul li {
  list-style: none;
  display: inline-table;
  margin-right: 15px;
}
ins#qiao-wrap {
  /*display: none;*/
}